home *** CD-ROM | disk | FTP | other *** search
/ Geek Games #12 / GEGA012.iso / Jogos de Azar / roleta.swf / scripts / DefineSprite_93 / frame_2 / DoAction.as
Text File  |  2006-01-17  |  180b  |  18 lines

  1. vTx = random(3);
  2. if(vTx == 0)
  3. {
  4.    gotoAndPlay(3);
  5. }
  6. if(vTx == 1)
  7. {
  8.    gotoAndPlay(22);
  9. }
  10. if(vTx == 2)
  11. {
  12.    gotoAndPlay(3);
  13. }
  14. if(vTx == 3)
  15. {
  16.    gotoAndPlay(22);
  17. }
  18.